Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: dynamic manifest path in layout plugin #33

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

dgaponov
Copy link
Contributor

Support for dynamic manifest path in Layout Plugin.
This can be useful if you need to use a different manifest depending on the current language.

For example:

createLayoutPlugin({
    manifest: (options) => `assets-manifest.${options.lang}.json`,
})

@dgaponov dgaponov merged commit f3c5b97 into main Feb 12, 2024
2 checks passed
@dgaponov dgaponov deleted the feat/dynamic-manifest-path branch February 12, 2024 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants